home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / DefineSprite_168 / frame_2 / DoAction.as
Text File  |  2011-08-19  |  328b  |  13 lines

  1. function setLandmarks()
  2. {
  3.    stageWidth = 550;
  4.    stageMid = stageWidth / 2;
  5.    clipWidth = landmarks._width;
  6.    clipMid = clipWidth / 2;
  7.    landmarks._x = stageMid - clipMid - this._x - 10;
  8. }
  9. text.gotoAndPlay(2);
  10. tempScore = _root.userScore_const;
  11. landmark_count = _root.landmark_count;
  12. landmark_count_display = 0;
  13.